home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Macintosh Technotes and Q&As / qa / tb / WhiteEditText / MoveableModalDialog.h < prev   
Encoding:
C/C++ Source or Header  |  1997-12-10  |  134 b   |  8 lines  |  [TEXT/R*ch]

  1. #pragma once
  2.  
  3. #ifndef __DIALOGS__
  4. #    include <Dialogs.h>
  5. #endif
  6.  
  7. pascal void MoveableModalDialog (ModalFilterUPP mfp, short *itemHit);
  8.